@charset "utf-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* */

body {
	color: #333;
	font: 12px verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
	background: #f8f4f0;
	-webkit-text-size-adjust: none;
}

html {
	/*background: #3f4360;*/
	background: #f8f4f0
}

:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}
/* リンク設定 */
a {
	color: #3f4360;
	text-decoration: none;
}
a: hover {
	color: #292d48;
}

a: active, a: focus {
	outline: 0;
}

/* 全体 */
#wrapper {
	width: 100%;
	position: relative;
}

.inner {
	/*margin: 0 auto;*/
	width: 100%;
}

/* ヘッダー */
#header {
	overflow: hidden;
	color: #ffffff; /* 文字色 */
	background: rgb(0,231,204);
	background: linear-gradient(90deg, rgba(0,231,204,1) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
}

/* ロゴ */
#header .logo {
	float: left;
	padding: 10px 0px 0px 10px
}

.logo a {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}

.logo span{
	font-size: 14px;
	font-weight: bold;
}

.inner img {
	 padding : 10px;
}

.gridWrapper{
padding-bottom:5px;
overflow: hidden;
}

.grid{
float:left;
border-radius:5px;
padding:0px 10px 10px 0px
}

.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background: #242424;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #474747;
}
.navigation__list-item:first-child {
  border-top: solid 1px #474747;
}
.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #333;
  }
}

#wrapper img {
	 padding : 10px 0px 0px 30px;
}

#wrapper canvas {
	 padding : 10px 0px 0px 30px;
}
